home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18210 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.nyu.edu!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.object,comp.lang.c++,comp.realtime,comp.dcom.telecom.tech,comp.arch.embedded
  4. Subject: Re: Can OO be successful in real-time embedded systems?
  5. Date: 19 Apr 1996 00:29:59 -0400
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.829888105@schonberg>
  8. References: <316BF0C5.1FE1@condat.de> <316D2A88.10B6@sdt.com> <316EE3B4.7E68@iastate.edu> <Pine.OSF.3.91.960418170121.24336A-100000@bud.cc.swin.edu.au>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. Newbs said
  13.  
  14. "But if you take into account these implications and try to avoid them,
  15. you become a hacker."
  16.  
  17. (these implications = overhead of destructors etc.)
  18.  
  19. Probably there was a :-) missing, but if the above was serious, I stronl
  20. strongly disagree. All programmers should understand the consequences
  21. of the code they write. I certainly agree that both in Ada 95 and
  22. in C++, programmers use finalization (destructors) with great abandon
  23. without the least bit idea of the overhead being introduced.
  24.  
  25.